From 8a647a2642ff10ded856dc13e9dcabdde21287b3 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Mon, 7 Jul 2014 06:14:44 +0000 Subject: [PATCH] Bump land_air_sea (a very rarely used format) from Latin1 to ASCII just to get make doc working for now. It's not clear what's actually used, but we've not had a lot of traffic on this format... --- gpsbabel/internal_styles.cc | 2 +- gpsbabel/style/land_air_sea.style | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/internal_styles.cc b/gpsbabel/internal_styles.cc index c58a5eb6d..9c3edaebd 100644 --- a/gpsbabel/internal_styles.cc +++ b/gpsbabel/internal_styles.cc @@ -789,7 +789,7 @@ static char land_air_sea[] = "DESCRIPTION GPS Tracking Key Pro text\n" "EXTENSION txt\n" - "ENCODING LATIN1\n" + "# ENCODING ISO-8859-1\n" "DATUM WGS 84\n" "DATATYPE TRACK\n" diff --git a/gpsbabel/style/land_air_sea.style b/gpsbabel/style/land_air_sea.style index a8eb992f0..388b28bdf 100644 --- a/gpsbabel/style/land_air_sea.style +++ b/gpsbabel/style/land_air_sea.style @@ -4,7 +4,7 @@ DESCRIPTION GPS Tracking Key Pro text EXTENSION txt -ENCODING LATIN1 +# ENCODING ISO-8859-1 DATUM WGS 84 DATATYPE TRACK -- 2.30.2